From 15e5aca9bc5c4c0f9b4255c1d3e32d6b8c808166 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 29 Nov 2014 22:11:33 -0800 Subject: [PATCH] Bump version number to 0.1.0 Closes #808 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- src/registry/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 319e60b11..1493cc077 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.0.1-pre" +version = "0.1.0" dependencies = [ "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)", "docopt 0.6.8 (git+https://github.com/docopt/docopt.rs)", @@ -8,7 +8,7 @@ dependencies = [ "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)", "glob 0.0.3 (git+https://github.com/rust-lang/glob)", "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", - "registry 0.0.1-pre", + "registry 0.1.0", "semver 0.1.3 (git+https://github.com/rust-lang/semver)", "tar 0.0.3 (git+https://github.com/alexcrichton/tar-rs)", "time 0.0.3 (git+https://github.com/rust-lang/time)", @@ -124,7 +124,7 @@ source = "git+https://github.com/alexcrichton/pkg-config-rs#d24a08d87d63df8dc952 [[package]] name = "registry" -version = "0.0.1-pre" +version = "0.1.0" dependencies = [ "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)", ] diff --git a/Cargo.toml b/Cargo.toml index f36405f84..a9ac4a4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.0.1-pre" +version = "0.1.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/src/registry/Cargo.toml b/src/registry/Cargo.toml index 1ad5cb723..94c3e10c6 100644 --- a/src/registry/Cargo.toml +++ b/src/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry" -version = "0.0.1-pre" +version = "0.1.0" authors = ["Alex Crichton "] [lib] -- 2.30.2